.index .con_box,
.bg,
.about_us .wrap_03 .sw_btn,
.scsl .wrap_01 .tit {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page_bb a:hover,
.recruit .content .page_box .prev_box,
.recruit .content .page_box .next_box,
.recruit .content .page_box .num,
.product_center .list_box li h6,
.product_center_details .p_list li .pic_box img {
    transition: all ease .2s 0s;
    -moz-transition: all ease .2s 0s;
    -webkit-transition: all ease .2s 0s;
}

header nav ul .on .second_menu a {
    border-bottom: none !important;
    color: #333 !important;
}

header nav ul li .second_menu a:hover {
    color: #cf3537 !important;
}

header {
    background-image: url("../images/01.jpg");
    position: relative;
    z-index: 123;
}

header .top_box {
    height: 1.1rem;
    position: relative;
    z-index: 100;
}

header .top_box .layout .logo {
    margin-top: .22rem;
}

header .top_box .layout .language {
    margin-top: .44rem;
}

header .top_box .layout .language a {
    color: #666666;
    font-size: .14rem;
}

header .top_box .layout .language span {
    color: #666666;
    font-size: .14rem;
    display: inline-block;
    margin: 0 .1rem;
}

header .top_box .layout .language .on {
    color: #cf3637;
}

header nav {
    background-color: #d1e8ff;
}

header nav ul li {
    float: left;
    margin-right: 1rem;
    margin-right: 1.12rem;
}

header nav ul li a {
    display: block;
    color: #333333;
    font-size: .2rem;
    height: .6rem;
    line-height: .57rem;
    border-bottom: .03rem solid transparent;
}

header nav ul li a:hover {
    color: #cf3537;
}

header nav ul .on a {
    border-bottom-color: #cf3537;
    color: #cf3537;
}

header nav ul li:last-child {
    margin-right: 0;
}

header .nav_fix {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}

footer {
    background: #353535;
    padding-top: .4rem;
    padding-bottom: .3rem;
}

footer .fr_box .line1_box {
    padding-left: 1.7rem;
}

footer .fr_box .line1_box .ewm {
    /* padding-right: .36rem; */
    /* border-right: 1px solid #999; */
}

footer .fr_box .line1_box .ewm .icon img {
    width: .24rem;
    margin: 6px 0;
}

footer .fr_box .line1_box .ewm .pic {
    width: 5rem;
    margin-left: .5rem;
}

footer .fr_box .line1_box .address {
    padding-left: .36rem;
    display: none;
}

footer .fr_box .line1_box .address .icon {
    margin-top: .1rem;
}

footer .fr_box .line1_box .address .icon img {
    width: .3rem;
}

footer .fr_box .line1_box .address .tet {
    margin-left: .2rem;
    color: #797979;
    font-size: .16rem;
    line-height: .3rem;
    margin-top: .1rem;
}

footer .fr_box .line1_box .address .tet P {
    font-size: .16rem;
    line-height: .22rem;
}

footer .fr_box .line2_box {
    margin-top: .33rem;
    margin-bottom: .33rem;
}

footer .fr_box .line2_box li {
    float: left;
    margin-left: .7rem;
}

footer .fr_box .line2_box li a {
    color: #999;
    font-size: .16rem;
}

footer .fr_box .line2_box li a:hover {
    color: #cf3537;
}

footer .fr_box .line3_box {
    text-align: center;
    font-size: .16rem;
    color: #999;
}

.index .con_box {
    background-image: url("../images/04.jpg");
    height: calc(100vh - 1.7rem);
    text-align: center;
}

.index .con_box img {
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.index .con_box .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: none;
    border: 2px solid #fff;
}

.index .con_box .swiper-pagination-bullet-active {
    background: #fff;
}

.bg {
    background-image: url("../images/04.jpg");
    background-attachment: fixed;
}

.pub_tit {
    text-align: center;
    padding-bottom: .5rem;
    /*margin-bottom: .4rem;*/
}

.pub_tit h6 {
    color: #d03536;
    font-family: "SourceHanSansCN-Regular";
    font-size: .4rem;
}

.pub_tit p {
    color: #666666;
    font-size: .26rem;
    font-family: "CenturyGothic";
    margin-top: .1rem;
}

.pub_tit p span {
    position: relative;
    font-size: .16rem;
}

.pub_tit p span::after {
    position: absolute;
    background-color: #d03536;
    opacity: 0;
    bottom: .5rem;
    content: '';
    width: 1rem;
    height: 1px;
    left: 100%;
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
}

.menu_box {
    text-align: center;
    font-size: 0;
}

.menu_box a {
    display: inline-block;
    color: #333333;
    font-size: .18rem;
    width: 1.4rem;
    height: .5rem;
    background-color: transparent;
    border-radius: .25rem;
    line-height: .5rem;
    text-align: center;
}

.menu_box a:hover {
    color: #cf3637;
}

.menu_box .on {
    background-color: #d03536;
    color: #fff;
}

.menu_box .on:hover {
    color: #FFF;
}

.page_bb {
    text-align: center;
    font-size: 0;
    padding: .23rem;
}

.page_bb a {
    height: .48rem;
    background-color: #ffffff;
    border-radius: .24rem;
    border: solid 1px #dbdbdb;
    line-height: .48rem;
    padding: 0 .2rem;
    display: inline-block;
    margin: 0 3px;
    font-size: .16rem;
    color: #777777;
}

.page_bb a:hover {
    color: #d03536;
}

.page_bb .on {
    background-color: #d03536;
    border: solid 1px #d03536;
    color: #fff;
}

.page_bb .on:hover {
    color: #fff;
}

.recruit .tit_info {
    padding: .4rem 0;
}

.recruit .tit_info h6 {
    color: #333333;
    font-size: .26rem;
}

.recruit .tit_info span {
    margin-top: 5px;
    color: #666666;
    font-size: .14rem;
}

.recruit .tit_info span i {
    font-size: .18rem;
    color: #cf3637;
}

.recruit .content video {
    width: 100%;
    height: auto;
}

.list-box {
    margin-bottom: 30px;
}

.list-box video {
    vertical-align: top;
    height: auto;
    width: 100%;
}

.video-tit {
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 20px;
    padding-top: 10px;
}

.recruit .content {
    background: rgba(255, 255, 255, 0.8);
}

.recruit .content .job-box .list-box ul {
    display: table;
    width: 100%;
    text-align: center;
    padding-right: .6rem;
}

.recruit .content .job-box .list-box ul li {
    display: table-cell;
    text-align: left;
    width: 25%;
    text-align: center;
    font-size: .14rem;
    vertical-align: middle;
}

.recruit .content .job-box .list-box .ta-title {
    height: .9rem;
    line-height: .9rem;
    color: #333;
    background: #f0f0f0;
    border-bottom: 1px solid #f2f2f2;
}

.recruit .content .job-box .list-box .ta-title li:first-of-type,
.recruit .content .job-box .list-box .ta-title .list-box ul.ta-body li:first-of-type {
    text-align: left;
    padding-left: .5rem;
}

.recruit .content .job-box .list-box .ta-title li {
    font-size: .18rem !important;
}

.recruit .content .job-box .list-box .ta-body {
    height: .8rem;
    line-height: .8rem;
    font-size: .14rem;
    color: #666;
    cursor: pointer;
    border-bottom: 1px dashed #e2e2e2;
    position: relative;
    transition: all ease .2s 0s;
    -moz-transition: all ease .2s 0s;
    -webkit-transition: all ease .2s 0s;
}

.recruit .content .job-box .list-box .ta-body li:first-of-type {
    text-align: left;
    padding-left: .5rem;
}

.recruit .content .job-box .list-box .ta-body:hover li {
    color: #cf3637;
}

.recruit .content .page_box {
    text-align: center;
    padding: .4rem 0;
    font-size: 0;
}

.recruit .content .page_box a {
    display: inline-block;
}

.recruit .content .page_box .prev_box,
.recruit .content .page_box .next_box {
    width: 1.3rem;
    height: .4rem;
    background-color: #ffffff;
    border: solid 1px #d9d9d9;
    text-align: center;
    line-height: .4rem;
    color: #333333;
    font-size: .14rem;
    margin-right: .1rem;
}

.recruit .content .page_box .prev_box:hover,
.recruit .content .page_box .next_box:hover {
    color: #cf3637;
}

.recruit .content .page_box .num {
    width: .4rem;
    height: .4rem;
    background-color: #ffffff;
    border: solid 1px #d9d9d9;
    text-align: center;
    line-height: .4rem;
    color: #666666;
    font-size: .18rem;
    margin: 0 1px;
}

.recruit .content .page_box .num:hover {
    color: #cf3637;
}

.recruit .content .page_box .on {
    width: .4rem;
    height: .4rem;
    background-color: #cf3637;
    border: solid 1px #cf3637;
    color: #fff;
}

.recruit .content .page_box .on:hover {
    color: #fff;
}

.recruit .content .page_box .total {
    color: #999999;
    font-size: .14rem;
}

.recruit .content .page_box span {
    color: #999999;
    font-size: .14rem;
    display: inline-block;
    margin: 0 5px;
}

.recruit .content .page_box .go {
    color: #999999;
    display: inline-block;
    font-size: .14rem;
}

.recruit .content .page_box .go input {
    width: .4rem;
    height: .4rem;
    background-color: #ffffff;
    border: solid 1px #d9d9d9;
    margin: 0 5px;
    text-align: center;
}

.recruit .content .page_box a {
    width: .8rem;
    height: .4rem;
    background-color: #ffffff;
    border: solid 1px #d9d9d9;
    text-align: center;
    line-height: .4rem;
    font-size: .16rem;
    margin-right: 5px;
}

.recruit .contact_way {
    margin-bottom: .46rem;
}

.recruit .contact_way .tit {
    padding: .4rem 0;
    color: #333333;
    font-size: .26rem;
}

.recruit .contact_way .reru-contact {
    background-image: url("../images/05.jpg");
    height: 3.04rem;
    padding: .7rem .95rem 0;
    color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;

}

.recruit .contact_way .reru-contact .cont-way .hd {
    margin-bottom: .4rem;
}

.recruit .contact_way .reru-contact .cont-way .hd .cn {
    font-size: .26rem;
    margin-bottom: .15rem;
}

.recruit .contact_way .reru-contact .cont-way .hd .en {
    font-size: .16rem;
    text-transform: uppercase;
}

.recruit .contact_way .reru-contact .cont-way .way li {
    font-size: .16rem;
    line-height: .22rem;
    margin-bottom: .15rem;
    padding-left: .35rem;
    position: relative;
}

.recruit .contact_way .reru-contact .cont-way .way li::before {
    content: '';
    width: .22rem;
    height: .22rem;
    position: absolute;
    left: 6px;
    top: -2px;
    background: url("../images/06.png") no-repeat center;
}

.recruit .contact_way .reru-contact .cont-way .way li p {
    font-size: .16rem;
}

.recruit .contact_way .reru-contact .cont-way .way .tele::before {
    background-image: url("../images/06.png");
}

.recruit .contact_way .reru-contact .cont-way .way .addr::before {
    background-image: url("../images/07.png");
}

.news .news-center {
    background: #fff;
    margin-top: .3rem;
}

.news .news-center .train_list .news-item {
    padding: .4rem;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
    display: block;
}

.news .news-center .train_list .news-item:hover .more {
    background-color: #d44d4e;
    color: #fff;
}

.news .news-center .train_list .news-item:hover .more::after {
    background-image: url("../images/09.png");
    transform: translate(10px, 0);
}

.news .news-center .train_list .news-item:hover .date {
    color: #d44d4e;
}

.news .news-center .train_list .news-item:hover .date .day {
    color: #d44d4e;
}

.news .news-center .train_list .news-item .date {
    float: left;
    width: 2.7rem;
    padding-right: 1.3rem;
    color: #999;
    font-size: .16rem;
    line-height: .18rem;
    position: relative;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.news .news-center .train_list .news-item .date .day {
    font-size: .36rem;
    line-height: .38rem;
    margin-bottom: .3rem;
}

.news .news-center .train_list .news-item .date::after {
    content: '';
    width: .5rem;
    height: 1px;
    background: #cccccc;
    position: absolute;
    left: 1.5rem;
    top: .18rem;
}

.news .news-center .train_list .news-item .tex .lt {
    float: left;
    width: 6.5rem;
}

.news .news-center .train_list .news-item .tex .lt .tt {
    display: inline-block;
    font-size: .18rem;
    line-height: .24rem;
    margin-bottom: .12rem;
    color: #333;
}

.news .news-center .train_list .news-item .tex .lt .intro {
    font-size: .14rem;
    line-height: .26rem;
    color: #666;
}

.news .news-center .train_list .news-item .more {
    display: inline-block;
    width: 1.6rem;
    height: .46rem;
    line-height: .46rem;
    border-radius: .46rem;
    margin-top: .35rem;
    text-align: center;
    background: #eeeeee;
    font-size: .14rem;
    color: #999;
    float: right;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.news .news-center .train_list .news-item .more::after {
    content: '';
    width: .18rem;
    height: .1rem;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: .22rem;
    background: url("../images/08.png") no-repeat center;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.news_details .con_box {
    background: #fff;
    padding: 0 .4rem;
}

.news_details .con_box .news_des {
    padding-top: .5rem;
    padding-bottom: .3rem;
    border-bottom: 1px solid #e2e2e2;
}

.news_details .con_box .news_des h6 {
    text-align: center;
    color: #333333;
    font-size: .32rem;
}

.news_details .con_box .news_des span {}

.span_infos {
    display: block;
    text-align: center;
    color: #999999;
    font-size: .16rem;
    margin-top: .15rem;
    margin-bottom: .4rem;
}

.news_details .con_box .news_des p {
    color: #666666;
    font-size: .16rem;
    line-height: .36rem;
}

.news_details .con_box .other_box {
    padding: .2rem 0;
}

.news_details .con_box .other_box .fl a {
    display: block;
    color: #666666;
    font-size: .16rem;
    line-height: .4rem;
}

.news_details .con_box .other_box .fl a:hover {
    color: #d03536;
    text-decoration: underline;
}

.news_details .con_box .other_box .fr a {
    width: 1.42rem;
    height: .54rem;
    background-color: #d03536;
    border-radius: .2rem 0px .2rem 0px;
    text-align: center;
    line-height: .54rem;
    color: #ffffff;
    font-size: .16rem;
    display: block;
    margin-top: .1rem;
}

.product_center {
    padding-top: .2rem;
    padding-bottom: .2rem;
}

.product_center .banner_wrap {
    margin-bottom: .2rem;
}

.product_center .list_box li {
    float: left;
    width: 24%;
    margin-right: 1.2%;
}

.product_center .list_box li:hover {
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.3);
}

.product_center .list_box li:hover h6 {
    background-color: #d03536;
}

.product_center .list_box li:hover h6 i {
    color: #fff;
}

.product_center .list_box li a {
    display: block;
}

.product_center .list_box li:last-child {
    margin-right: 0;
}

.product_center .list_box li .pic_box img {
    width: 100%;
}

.product_center .list_box li h6 {
    text-align: center;
    background: #fff;
    color: #fff;
    height: .6rem;
    line-height: .6rem;
    font-size: .22rem;
}

.product_center .list_box li h6 i {
    color: #333333;
    font-size: .22rem;
}

.product_center_details .p_list {
    margin-top: .4rem;
}

.product_center_details .p_list li {
    float: left;
    width: 2.85rem;
    margin-bottom: .2rem;
    margin-right: .2rem;
}

.product_center_details .p_list li:nth-child(4n) {
    margin-right: 0;
}

.product_center_details .p_list li:hover .pic_box img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.product_center_details .p_list li a {
    display: block;
}

.product_center_details .p_list li .pic_box {
    height: 2.85rem;
    line-height: 2.85rem;
    width: 2.85rem;
    text-align: center;
    background: #fff;
    position: relative;
}

.product_center_details .p_list li .pic_box .hot {
    position: absolute;
    top: .2rem;
    right: .2rem;
    width: .5rem;
    height: .5rem;
}

.product_center_details .p_list li .pic_box img {
    /* max-width: 1.7rem; */
    max-width: 2.5rem;
    max-height: 2.8rem;
}

.product_center_details .p_list li .tet {
    height: .9rem;
    padding: .2rem;
    color: #333333;
    font-size: .16rem;
    background: #fff;
    border-top: 1px solid #e2e2e2;
    line-height: .22rem;
}

.about_us {
    background-attachment: fixed;
}

.about_us .wrap_01 .layout {
    transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
}

.about_us .wrap_01 .pic {
    float: left;
    /*margin-top: 1rem; */
}

.about_us .wrap_01 .pic img {
    width: 5.7rem;
}

.about_us .wrap_01 .tet {
    width: 400px;
    line-height: 28px;
    float: right;
}

.about_us .wrap_01 .tet .sum_list li {
    width: 5.3rem;
    /*height: .55rem;*/
    line-height: .55rem;
    padding-left: .25rem;
    /*background: #fff;*/
    border-radius: .25rem;
    margin-bottom: 20px;
    position: relative;
    font-size: .18rem;
    text-align: left;
}

.about_us .wrap_01 .tet .sum_list li::after {
    position: absolute;
    width: 4px;
    height: 4px;
    /*background: #cf3537;*/
    content: '';
    left: .15rem;
    top: 50%;
    margin-top: -4px;
    transform: rotate(-45deg);
}

.about_us .wrap_02 .ts_list li {
    float: left;
    width: 33.3%;
    text-align: center;
}

.about_us .wrap_02 .ts_list li .pic_box {
    display: inline-block;
    width: 1.3rem;
    height: 1.3rem;
    border: solid 2px #d03536;
    border-radius: 50%;
    text-align: center;
    line-height: 1.3rem;
}

.about_us .wrap_02 .ts_list li h6 {
    color: #333333;
    font-size: .2rem;
    padding: .2rem 0;
}

.about_us .wrap_02 .ts_list li span {
    color: #999999;
    opacity: 0.99;
    font-size: .16rem;
    margin-bottom: .2rem;
    display: block;
}

.about_us .wrap_02 .ts_list li p {
    color: #333333;
    font-size: .16rem;
    width: 2.4rem;
    margin: 0 auto;
    line-height: .34rem;
    text-align: left;

}

.about_us .wrap_02 .ts_list li p em {
    color: #d03536;
}

.about_us .wrap_02 .show_list {
    margin-top: .8rem;
    text-align: center;
}

.about_us .wrap_02 .show_list li {
    display: inline-block;
    margin: 0 .2rem;
}

.about_us .wrap_02 .show_list li:last-child {
    margin-right: 0;
}

.about_us .wrap_02 .show_list li img {
    width: 2.2rem;
}

.about_us .wrap_03 {
    position: relative;
}

.about_us .wrap_03 .sw_btn {
    position: absolute;
    width: .6rem;
    height: .6rem;
    cursor: pointer;
    z-index: 123;
}

.about_us .wrap_03 .sw_btn.swiper-button-disabled {
    opacity: 0.3;
    cursor: default;
}

.about_us .wrap_03 .prev_btn {
    left: -0.6rem;
    bottom: 0;
    background-image: url("../images/prev.png");
}

.about_us .wrap_03 .next_btn {
    right: -0.6rem;
    bottom: 0;
    background-image: url("../images/next.png");
}

.about_us .wrap_03 .year_box h6 {
    color: #d03536;
    font-size: .36rem;
    font-family: "SourceHanSansCN-Regular";
}

.about_us .wrap_03 .year_box h6 strong {
    font-size: .52rem;
    font-weight: 550;
}

.about_us .wrap_03 .year_box span {
    color: #666666;
    font-size: .26rem;
}

.about_us .wrap_03 .year_swiper {
    transform: rotate(-12deg);
    padding: .3rem .3rem;
    height: 5.5rem;
    top: 65px;
}

.about_us .wrap_03 .year_swiper .swiper-slide {
    transform: rotate(12deg);
}

.about_us .wrap_03 .year_swiper .swiper-slide img {
    width: 1rem;
}

.about_us .wrap_03 .year_swiper .swiper-slide h6 {
    color: #333333;
    font-size: .16rem;
    line-height: .26rem;
    margin: .1rem 0;
    padding-left: 0;

}

.about_us .wrap_03 .year_swiper .swiper-slide p {
    color: #666666;
    font-size: .16rem;
    line-height: .24rem;
}

.sw-bar {
    bottom: 0;
    background: rgba(228, 65, 63, 0.3);
    position: absolute;
    left: 0;
    bottom: .28rem;
    z-index: 50;
    height: 0.05rem;
    width: 100%;
}

.sw-bar .swiper-scrollbar-drag {
    background: #e4413f;
}

.jlrd {
    background-attachment: fixed;
}

.jlrd .wrap_01 .layout {
    transform: translateY(-12);
    -moz-transform: translateY(-12%);
    -webkit-transform: translateY(-12%);
}

.jlrd .wrap_01 ul {
    margin-bottom: .2rem;
}

.jlrd .wrap_01 ul li {
    float: left;
    width: 2.85rem;
    margin-right: .2rem;
}

.jlrd .wrap_01 ul li:last-child {
    margin-right: 0;
}

.jlrd .wrap_01 ul li .pic_boc img {
    width: 2.85rem;
    height: 2.15rem;
}

.jlrd .wrap_01 ul li .con {
    height: 3.2rem;
    background-color: #ffffff;
    padding: 0 .25rem;
}

.jlrd .wrap_01 ul li .con h6 {
    color: #333333;
    font-size: .25rem;
    line-height: .5rem;
    padding: .2rem 0;
    border-bottom: 1px solid #999;
}

.jlrd .wrap_01 ul li .con p {
    color: #333333;
    padding-left: .2rem;
    position: relative;
    font-size: .16rem;
    margin-top: .15rem;
    text-align: left;
}

.jlrd .wrap_01 ul li .con p::after {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #cf3537;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -1.5px;
}

.jlrd .wrap_01 .ad_box {
    background-image: url("../images/20.jpg");
    height: 2.4rem;
    text-align: center;
    padding-top: .8rem;
}

.jlrd .wrap_01 .ad_box h6 {
    color: #ffffff;
    font-size: .34rem;
}

.jlrd .wrap_01 .ad_box p {
    color: #ffffff;
    opacity: 0.88;
    margin-top: .2rem;
    font-size: .24rem;
}

.jlrd .wrap_02 .honor_swiper {
    margin: .8rem 0 0;
}

.jlrd .wrap_02 .honor_swiper .swiper-slide {
    height: 3.35rem;
    background: #fff;
    padding: .5rem .15rem 0;
}

.jlrd .wrap_02 .honor_swiper .swiper-slide img {
    height: 1.92rem;
}

.jlrd .wrap_02 .honor_swiper .swiper-slide p {
    color: #333333;
    font-size: .16rem;
    margin-top: .3rem;
    text-align: center;
}

.jlrd .add_pop .swiper-button-prev {
    background-image: url("../images/prev.png");
    background-size: cover;
}

.jlrd .add_pop .swiper-button-next {
    background-image: url("../images/next.png");
    background-size: cover;
}

.jlrd .wrap_02 .honor_swiper .swiper-button-prev {
    background-image: url("../images/prev.png");
    background-size: cover;
}

.jlrd .wrap_02 .honor_swiper .swiper-button-next {
    background-image: url("../images/next.png");
    background-size: cover;
}

.jlrd .wrap_02 .tt {
    color: #FFF;
    font-size: .18rem;
    width: 1.4rem;
    height: .5rem;
    background-color: #d03536;
    border-radius: .25rem;
    line-height: .5rem;
    text-align: center;
    margin: 0 auto;
}

.scsl {
    background-attachment: fixed;
}

.scsl .section {
    padding: .3rem 0;
}

.scsl .page04 {
    padding: 0 !important;
}

.scsl .wrap_01 .layout {
    transform: translateY(-1rem);
}

.scsl .wrap_01 .tit {
    background-image: url("../images/23.png");
    width: 9.82rem;
    height: .5rem;
    margin: 0 auto;
    text-align: center;
    line-height: .5rem;
    color: #d03536;
    font-size: .26rem;
    font-family: "SourceHanSansCN-Medium";
}

.scsl .wrap_01 .con {
    margin-top: .5rem;
    margin-bottom: .3rem;
}

.scsl .wrap_01 .con .fl img {
    width: 6rem;
}

.scsl .wrap_01 .con .fr .ll p {
    text-align: left;
    width: 4.6rem;
    padding-left: .2rem;
    margin-bottom: .25rem;
    color: #666666;
    font-size: .18rem;
    line-height: .26rem;
    position: relative;
}

.scsl .wrap_01 .con .fr .ll p i {
    color: #d03536;
}

.scsl .wrap_01 .con .fr .ll p::after {
    position: absolute;
    width: 3px;
    height: 3px;
    background: #cf3537;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -1.5px;
}

.scsl .wrap_01 .dl dl {
    float: left;
    margin-left: 1rem;
    width: 3rem;
}

.scsl .wrap_01 .dl dl dt {
    color: #333333;
    font-size: .22rem;
    margin-bottom: .15rem;
}

.scsl .wrap_01 .dl dl dd p {
    color: #666666;
    font-size: .18rem;
    line-height: .28rem;
    text-align: left;
}

.scsl .wrap_01 .dl dl dd p span {
    /* width: 1.2rem;*/
    display: inline-block;
    font-size: .14rem;
}

.scsl .wrap_01 .dl dl dd p i {
    color: #d03536;
    font-size: .14rem;
}

.scsl .wrap_02 .b_box {
    text-align: center;
}

.scsl .wrap_02 ul li {
    margin-top: .2rem !important;
    overflow: hidden;
}

.scsl .wrap_02 ul li .tet {
    width: 50%;
    padding-top: .3rem;
}

.scsl .wrap_02 ul li .tet h6 {
    color: #333333;
    font-size: .3rem;
}

.scsl .wrap_02 ul li .tet p {
    color: #666666;
    font-size: .16rem;
    width: 100%;
    line-height: .24rem;
    margin-top: .1rem;
}

.scsl .wrap_02 ul li .pic {
    width: 40%;
}

.scsl .wrap_02 ul li .pic img {
    width: 100%;
}

.scsl .wrap_02 .swiper-container {
    padding-bottom: .5rem;
}

.scsl .wrap_02 .swiper-pagination {
    bottom: 0;
}

.scsl .wrap_03 {
    padding-bottom: 60px;
}

.scsl .wrap_03 .h_swiper .swiper-slide {
    width: 'auto';
}

.scsl .wrap_03 .swiper-button-prev {
    background-image: url("../images/prev.png");
    background-size: cover;
}

.scsl .wrap_03 .swiper-button-next {
    background-image: url("../images/next.png");
    background-size: cover;
}

.sc-main {
    width: 100%;
    padding: 0 .63rem;
    position: relative;
    margin-top: .5rem;
}

.sc-item {
    position: relative;
    padding: 0 .2rem;
}

.sc-item img {
    width: 100%;
}

.sc-arrow {
    width: .6rem;
    height: .6rem;
    position: absolute;
    top: 50%;
    margin-top: -0.3rem;
    cursor: pointer;
    background-size: 100% 100%;
}

.sc-arrow.swiper-button-disabled {
    opacity: 0.3;
    cursor: default;
}

.sc-prev {
    background-image: url(../images/prev.png);
    left: 0;
}

.sc-next {
    background-image: url(../images/next.png);
    right: 0;
}